home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / pcl4c60.zip / SIMPLE._W_ < prev    next >
Text File  |  1996-10-25  |  194b  |  11 lines

  1. #
  2. # WATCOM makefile for SIMPLE.C ( small model )
  3. #
  4. # To make:  wmake -f simple._W_
  5. #
  6. .c.obj:
  7.      wcl -ms -c $*.c
  8.  
  9. simple.exe: simple.obj pcl4c_s.lib
  10.      wcl simple.obj pcl4c_s.lib
  11.